home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 September / maximum-cd-2000-09.iso / Benchmarks / Quake 3 / q3ademo.exe / Main / pak0.pk3 / botfiles / bots / grunt_w.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-29  |  587 b   |  26 lines

  1. //===========================================================================
  2. //
  3. // Name:            grunt_w.c
  4. // Function:        
  5. // Programmer:        
  6. // Last update:        
  7. // Tab Size:        4 (real tabs)
  8. //===========================================================================
  9.  
  10.  
  11. #include "inv.h"
  12.  
  13. #define W_GAUNTLET                10
  14. #define W_SHOTGUN                30
  15. #define W_MACHINEGUN            20
  16. #define W_GRENADELAUNCHER        40
  17. #define W_ROCKETLAUNCHER        100
  18. #define W_RAILGUN                370
  19. #define W_BFG10K                95
  20. #define W_LIGHTNING                80
  21. #define W_PLASMAGUN                75
  22. #define W_GRAPPLE                15
  23.  
  24. //
  25. #include "fw_weap.c"
  26.